Fix doc typos.
authorAlp Toker <alp.toker@collabora.co.uk>
Fri, 1 Jun 2007 05:10:50 +0000 (05:10 +0000)
committerAlp Toker <atoker@src.gnome.org>
Fri, 1 Jun 2007 05:10:50 +0000 (05:10 +0000)
2007-06-01  Alp Toker  <alp.toker@collabora.co.uk>

* gdk/gdkcairo.c (gdk_cairo_set_source_pixmap): Fix doc typos.

svn path=/trunk/; revision=17999

ChangeLog
gdk/gdkcairo.c

index 66edb1dd7cdb80de3975afee6f64498323b33157..c5d98c9e523c61b3a6b4a66c2d073d690e84fc5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-01  Alp Toker  <alp.toker@collabora.co.uk>
+
+       * gdk/gdkcairo.c (gdk_cairo_set_source_pixmap): Fix doc typos.
+
 2007-05-31  Yevgen Muntyan  <muntyan@tamu.edu>
 
        * gtk/gtkstyle.c (get_insertion_cursor_gc): use text colors from
index b481648a2a1ed901ff588845ab9fd2e02481370a..c1474e9cd6c4f524a7e0894fa7e67fb188450351 100644 (file)
@@ -233,7 +233,7 @@ gdk_cairo_set_source_pixbuf (cairo_t   *cr,
  * 
  * Sets the given pixmap as the source pattern for the Cairo context.
  * The pattern has an extend mode of %CAIRO_EXTEND_NONE and is aligned
- * so that the origin of @pixbuf is @pixbuf_x, @pixbuf_y
+ * so that the origin of @pixmap is @pixmap_x, @pixmap_y
  *
  * Since: 2.10
  **/